Method: \saffire\datetime.now()

Signature datetime datetime.now();

Returns a datetime object with the current date and time.

Arguments

Notes:

Examples:

io.println(datetime.now().format("d-M-Y"));
// 15-05-2015